home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / lib / perl5 / Gnome2 / About.pod next >
Encoding:
Text File  |  2006-06-19  |  2.1 KB  |  106 lines

  1. =head1 NAME
  2.  
  3. Gnome2::About
  4.  
  5. =head1 HIERARCHY
  6.  
  7.   Glib::Object
  8.   +----Glib::Object::_Unregistered::GInitiallyUnowned
  9.        +----Gtk2::Object
  10.             +----Gtk2::Widget
  11.                  +----Gtk2::Container
  12.                       +----Gtk2::Bin
  13.                            +----Gtk2::Window
  14.                                 +----Gtk2::Dialog
  15.                                      +----Gnome2::About
  16.  
  17. =head1 INTERFACES
  18.  
  19.   Gtk2::Atk::ImplementorIface
  20.  
  21.  
  22. =head1 METHODS
  23.  
  24. =head2 widget = Gnome2::About-E<gt>B<new> ($name, $version, $copyright, $comments, $authors, $documenters=undef, $translator_credits=undef, $logo_pixbuf=undef)
  25.  
  26. =over
  27.  
  28. =over
  29.  
  30. =item * $name (string) 
  31.  
  32. =item * $version (string) 
  33.  
  34. =item * $copyright (string) 
  35.  
  36. =item * $comments (string) 
  37.  
  38. =item * $authors (scalar) - either a reference to an array of strings or a plain string
  39.  
  40. =item * $documenters (scalar) - either a reference to an array of strings or a plain string
  41.  
  42. =item * $translator_credits (string) 
  43.  
  44. =item * $logo_pixbuf (Gtk2::Gdk::Pixbuf or undef) 
  45.  
  46. =back
  47.  
  48.  
  49.  
  50.  
  51. =back
  52.  
  53.  
  54. =head1 PROPERTIES
  55.  
  56. =over
  57.  
  58. =item 'authors' (GValueArray : writable)
  59.  
  60. List of authors of the programs
  61.  
  62. =item 'comments' (string : readable / writable)
  63.  
  64. Comments about the program
  65.  
  66. =item 'copyright' (string : readable / writable)
  67.  
  68. Copyright information for the program
  69.  
  70. =item 'documenters' (GValueArray : writable)
  71.  
  72. List of people documenting the program
  73.  
  74. =item 'logo' (Gtk2::Gdk::Pixbuf : writable)
  75.  
  76. A logo for the about box
  77.  
  78. =item 'name' (string : readable / writable)
  79.  
  80. The name of the program
  81.  
  82. =item 'translator-credits' (string : readable / writable)
  83.  
  84. Credits to the translators. This string should be marked as translatable
  85.  
  86. =item 'version' (string : readable / writable)
  87.  
  88. The version of the program
  89.  
  90. =back
  91.  
  92.  
  93. =head1 SEE ALSO
  94.  
  95. L<Gnome2>, L<Glib::Object>, L<Glib::Object::_Unregistered::GInitiallyUnowned>, L<Gtk2::Object>, L<Gtk2::Widget>, L<Gtk2::Container>, L<Gtk2::Bin>, L<Gtk2::Window>, L<Gtk2::Dialog>
  96.  
  97. =head1 COPYRIGHT
  98.  
  99. Copyright (C) 2003-2004 by the gtk2-perl team.
  100.  
  101. This software is licensed under the LGPL.  See L<Gnome2> for a full notice.
  102.  
  103.  
  104. =cut
  105.  
  106.